home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q105 / 8 / 51.TXT < prev    next >
Text File  |  1993-11-23  |  2KB  |  61 lines

  1. DOCUMENT:Q105851  22-NOV-1993  [W_NT]
  2. TITLE   :Recursive Batch File Causes System to Stop Responding
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:buglist3.10 fixlist3.10.003
  7.  
  8. ------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ------------------------------------------------------------------
  14.  
  15.  
  16. SYMPTOMS
  17. ========
  18.  
  19. When the following batch file is run, your system may stop responding
  20. (hang) within about one minute:
  21.  
  22.    @rem Name this file "ntkiller.bat" and run!
  23.    @title NT Killer v1.1 (c) Oxymoron 1993  DISTRIBUTE FREELY
  24.    @start ntkiller.bat
  25.    @start /b ntkiller.bat
  26.    @exit
  27.  
  28. CAUSE
  29. =====
  30.  
  31. When an application that is started from the command prompt starts
  32. another application from the command prompt, memory corruption occurs
  33. and the system hangs.
  34.  
  35. STATUS
  36. ======
  37.  
  38. Microsoft has confirmed this to be a problem in Windows NT and Windows
  39. NT Advanced Server version 3.1. We are researching this problem and
  40. will post new information here in the Microsoft Knowledge Base as it
  41. becomes available.
  42.  
  43. Additional reference words: 3.10 ntkiller.bat
  44. KBCategory:
  45. KBSubCategory: winnt
  46.  
  47. =============================================================================
  48.  
  49. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  50. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  51. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  52. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  53. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  54. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  55. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  56. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  57. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  58. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  59. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  60.  
  61. Copyright Microsoft Corporation 1993.